home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15658 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.epix.net!kshaner
  2. From: kshaner@news.epix.net (Ken Shaner)
  3. Newsgroups: comp.os.ms-windows.programmer.controls,comp.lang.c++,comp.lang.c
  4. Subject: calling files from DLL's
  5. Date: 7 Apr 1996 04:09:45 GMT
  6. Organization: epix.net
  7. Message-ID: <4k7f69$jr6@guava.epix.net>
  8. NNTP-Posting-Host: mango.epix.net
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Does anyone know how to call a file from a DLL made in MS VC++ or Borland 
  12. C++.  I can make a DLL to add integers together, but that's about it.  I 
  13. want to use a DLL to manipulate an Array of data, or data in a file, and 
  14. then be able to return this stuff to VB.  For instance, take and array of 
  15. 10 numbers, from a VB app, call the DLL function which adds them together 
  16. or something, and returns the sum.  Another example would be calling the 
  17. DLL from VB that gets 10 numbers from a text file and returns the sum.  
  18. If these kinds of things aren't possible, or if using a DLL to do these 
  19. things is stupid, then you can call me a moron, it wont hurt my feelings 
  20. much.  Also, if MFC makes you happier than a pig in @#!%, then dont pick 
  21. on me for using VB.  I think VB is easy enough for user interface.  When 
  22. you write your response (if anyone actually reads my message this far) 
  23. please keep in mind that I am just a Physicist trying to learn something 
  24. new (dont spare any details unless you're really in a hurry).  Thanks for 
  25. your patience.
  26. Oh, and if you want to e-mail something, please mail to eas1171@sjfc.edu, 
  27. I am not in my account, and I am not quite sure how all this newsgroup 
  28. stuff works anyway.  - Thanks again (in advance)
  29.